ponens 1.11.0 — composable acceptance + accumulated trace-spec work - #10
Merged
Conversation
…ec work Bumps the package to 1.11.0 (cli/pyproject.toml) and lands the working-tree package + spec docs. - Composable acceptance / goal property language (GOAL_CONTRACT v0.2; TRACE_SPEC 1.11 §18.1 optional `formula`): and/or/not/implies + forall/exists over component selectors (glob/module/scope/tag), per-atom met/governed roles, and a 4-valued status lattice. Legacy single-criterion goals desugar unchanged. - Trace-spec 1.10/1.11 features (already specified): trace composition + component identity, cryptographic signatures. - Oracle registry + SDK modules (oracles.py, sdk.py) with ORACLE_SPEC/SDK_SPEC. Spec docs updated and cross-referenced (README, GOAL_FAITHFULNESS re-pointed to v0.2). CLI test suite: 588 passed, 46 skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: ponens 1.11.0
Bumps the package to 1.11.0 (
cli/pyproject.toml) and lands the current package + spec docs.Highlights
GOAL_CONTRACTv0.2;TRACE_SPEC1.11 §18.1 optionalformula):and/or/not/⇒+forall/existsover component selectors (glob/module/scope/tag), per-atommet/governedroles, and a 4-valued status lattice. Legacy single-criterion goals desugar unchanged.oracles.py,sdk.py) withORACLE_SPEC/SDK_SPEC.Specs
GOAL_CONTRACT_v0_1 → v0_2(new §9 property language; Open-Questions add release Make recipes #1 resolved, Add Cursor IDE transcript adapter forponens emit#2 partially);TRACE_SPEC_v1_9 → v1_11(formulafield + changelog clause); README / GOAL_FAITHFULNESS re-pointed to v0.2.Tests
Notes for review
cli/package (coherent/green). The oracle/SDK slice rides along becausecli.pyimportsoraclesat load — it can't be cleanly excluded without reverting theoraclesubcommand wiring. Flagging since it was previously treated as not-yet-shipping; drop it here if that's still the intent.spec/iml-model → formal/reorg,paper/, and loose experiment files.make releaseneeds a clean tree; the token comes fromgcloud secrets) — this PR does not publish.🤖 Generated with Claude Code